home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
oper_sys
/
emerald
/
emrldsys.lha
/
Language
/
Compiler
/
ident.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1990-08-16
|
302 b
|
18 lines
/*
* @(#)ident.h 1.2 3/18/87
*/
#ifndef ident_h
#define ident_h
typedef short int Ident;
#define Ident_nil (-1)
Ident Ident_Lookup(/* tokenText, tokenLength */);
/* char *tokenText; int tokenLength; */
void Ident_Initialize();
char *Ident_Name(/* fIdent */);
/* Ident fIdent; */
#endif